home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / OIAG.DIR / 00087_Script_87 < prev    next >
Text File  |  1995-11-21  |  374b  |  21 lines

  1. on idle
  2.   global gFiorellaOnStage, gHelpDuration
  3.   
  4.   if gFiorellaOnStage then
  5.     if the movieTime of sprite 48 >= gHelpDuration then
  6.       stopHelp
  7.     end if
  8.     exit
  9.   end if
  10.   
  11.   
  12.   --put ">>> on idle movie script 41"
  13.   showHiliteNew
  14.   --go to the frame
  15. end idle
  16.  
  17. on exitFrame
  18.   --put ">>> movie script 41 exitFrame"
  19.   go to the frame
  20. end exitFrame
  21.